-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=87 top=213 right=231 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: User definable menus
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=87 top=230 right=248 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Faster HyperTalk
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=255 top=196 right=214 bottom=417
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hot Text
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=255 top=213 right=231 bottom=417
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Resizable windows
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=402 top=294 right=315 bottom=460
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Done
----- HyperTalk script -----
-- The "checkOneRight" handler is in the card script.
on mouseUp
checkOneRight
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=476 top=278 right=308 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 13043 / 13043
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Mask
-- part 12 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=349 top=318 right=338 bottom=461
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer.
on mouseUp
hideFeedback
dehiliteBtns
set hilite of btn 2 to true
wait 25
repeat 2
set hilite of btn 2 to false
wait 25
set hilite of btn 2 to true
wait 25
end repeat
ans 6
end mouseUp
-- part contents for background part 9
----- text -----
7 of 7
-- part contents for background part 6
----- text -----
You are designing the interface of a new stack that will be seen primarily on Macintosh SEs. The new stack has 5 sections, and stack users should be able to go to any of the other sections at any time. You were thinking about having always available icons connected to each of the sections, but that is taking up a lot of screen space. What new feature of HyperCard could help you take care of this problem ?
-- part contents for background part 19
----- text -----
No. You could put the navigation icons into a separate window, but it would always be taking up screen space. Try again.
Correct. You could create custom menus for the navigation. The menus would always be available, and they would take up very little screen space.
No, this won’t help you solve this problem. There is a better solution. Try again.
No, this won’t help you solve this problem. There is a better solution. Try again.
No. You could put the navigation icons in a small window, but that would still use screen space, and the window would block what was under it. Try again.
This is the correct answer. You could create custom menus for the navigation. The menus would always be available, and they would take up very little screen space.